Controls\Description Element

Description

Text that describes the custom toolkit support set.

Important Information

UFT One displays this description in the Add-in Manager dialog box when the toolkit support set's environment name is selected.

  • If you are developing this toolkit support set for distribution, include a Provided by clause specifying the relevant person or company.
  • UFT One displays toolkit support sets developed for Silverlight and WPF controls as child nodes under the WPF Add-in node in the Add-in Manager. Therefore, you might want the description (and the toolkit name, specified by the name of your configuration file) to indicate whether this toolkit support set is developed for WPF or Silverlight. 

Type

anyType

Used By

Source

<xs:element xmlns:xs="http://www.w3.org/2001/XMLSchema" name="Description" minOccurs="0">
    <xs:annotation>
        <xs:documentation>Text that describes the custom toolkit support set.</xs:documentation>
    </xs:annotation>
</xs:element>